Type IContextManager<T>
Namespace LostTech.Gradient
Public instance methods
T __enter__()
Initializes context
bool __exit__(object exceptionType, object exception, object traceback)
Disposes any resources, allocated for the context.
Type IContextManager<T>
Namespace LostTech.Gradient